home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00280_Script_280 < prev    next >
Text File  |  1995-05-21  |  282b  |  16 lines

  1. on mouseDown
  2.   put "RosyBTN" into f
  3.   put "RosyBTNHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 20, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, Rosy
  12.   WhatDayIsIt
  13.   set the castNum of sprite 20 = cast "RosyBTN"
  14.   updatestage
  15.   go frame gTheDay & "Rosy" & Rosy
  16. end